.logo {
    position: absolute; /* Use absolute positioning */
    top: 10px; /* Adjust top margin as needed */
    right: 10px; /* Adjust right margin as needed */
    width: 100px; /* Set the width of the logo */
    height: auto; /* Maintain the aspect ratio */
}
